NumberIsLessThanOrEqualToNumber
Type
operator
Summary
Less than or equal to relation.
Syntax
<Left> <= <Right>
Description
Less than or equal to relation.
Parameters
Name | Type | Description |
---|---|---|
Left | An expression that evaluates to a number. | |
Right | An expression that evaluates to a number. |
Value
Name | Type | Description |
---|---|---|
return | True if Left is less than or equal to Right, and false otherwise. |